home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / TweakNow PowerPack / PowerPack172.exe / {app} / PowerPack.exe / 0 / RCDATA / TUNINSTALLPROGRAMPROPERTIESFORM / TUNINSTALLPROGRAMPROPERTIESFORM.txt
Encoding:
Text File  |  2009-11-25  |  1.2 KB  |  63 lines

  1. object UninstallProgramPropertiesForm: TUninstallProgramPropertiesForm
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsDialog
  5.   Caption = 'UninstallProgramPropertiesForm'
  6.   ClientHeight = 518
  7.   ClientWidth = 564
  8.   Color = 16579836
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ListView1: TListView
  20.     Left = 8
  21.     Top = 8
  22.     Width = 433
  23.     Height = 294
  24.     Columns = <
  25.       item
  26.         Caption = 'Name'
  27.         Width = 150
  28.       end
  29.       item
  30.         Caption = 'Data'
  31.         Width = 275
  32.       end>
  33.     ColumnClick = False
  34.     HideSelection = False
  35.     ReadOnly = True
  36.     RowSelect = True
  37.     SortType = stBoth
  38.     TabOrder = 0
  39.     ViewStyle = vsReport
  40.   end
  41.   object CloseButton: TButton
  42.     Left = 366
  43.     Top = 308
  44.     Width = 75
  45.     Height = 22
  46.     Cursor = crHandPoint
  47.     Cancel = True
  48.     Caption = 'Close'
  49.     TabOrder = 1
  50.     OnClick = CloseButtonClick
  51.   end
  52.   object Button2: TButton
  53.     Left = 256
  54.     Top = 308
  55.     Width = 107
  56.     Height = 22
  57.     Cursor = crHandPoint
  58.     Caption = 'Edit Display Name'
  59.     TabOrder = 2
  60.     OnClick = Button2Click
  61.   end
  62. end
  63.